All Questions
2 questions
5votes
2answers
605views
Crawling thesaurus for a synonym
I have just finished core functionality for Tehsaurux. It crawls three thesauruses and will find a random synonym for you. It works with PHP agnostic and Scrapy for Python. I think the two main files -...
3votes
1answer
1kviews
Why is my web scraping script so slow?
My script, which is a web scraping script, is very slow, I even needed to put set_time_limit(0); This is the whole http://phpfiddle.org/main/code/9qt-78n I think the problem is here: ...